home *** CD-ROM | disk | FTP | other *** search
/ Great Explorers / Great Explorers.iso / install.mst < prev    next >
Text File  |  1996-10-02  |  567b  |  15 lines

  1. '$ifdef IsExplorers
  2.     InstallTitle Path_ExplorersRoot, Path_ExplorersBinary, Path_ExplorersDatabase, INI_Explorers, DLL_Explorers, Icon_Explorers
  3.     CreateTitleIcon Path_ExplorersBinary, DLL_Explorers, Icon_Explorers
  4. '$endif
  5. '$ifdef IsAdvert
  6.     InstallTitle Path_AdvertRoot, Path_AdvertBinary, Path_AdvertDatabase, INI_Advert, DLL_Advert, Icon_Advert
  7.     CreateTitleIcon Path_AdvertBinary, DLL_Advert, Icon_Advert
  8.  
  9. '$ifdef IsRunAdvertOnStartUp
  10.     CreateProgmanItem PMG_StartUp, PMI_Advert, Path_AdvertBinary + "\runpromo.exe", "", cmoOverwrite
  11. '$endif
  12.  
  13. '$endif
  14.  
  15.